projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322890c
)
(NO_MODE_T): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Jul 1993 08:36:39 +0000
(08:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Jul 1993 08:36:39 +0000
(08:36 +0000)
src/m/att3b.h
patch
|
blob
|
history
diff --git
a/src/m/att3b.h
b/src/m/att3b.h
index 8dadec23cfdb5e5cf9a3bcab68185be48c31511a..540ba695fae8ca2de0f4e0bd9f6124a776f13e3b 100644
(file)
--- a/
src/m/att3b.h
+++ b/
src/m/att3b.h
@@
-161,3
+161,6
@@
extern int sign_extend_temp;
/* It is safe to have no parens around the args in the safe_bcopy call,
and parens would screw up the prototype decl for memmove. */
#define memmove(d, s, n) safe_bcopy (s, d, n)
+
+/* This affects filemode.c. */
+#define NO_MODE_T